From: Francesco Potortì Date: Thu, 15 Nov 2007 13:47:05 +0000 (+0000) Subject: etags.c: (C_entries): In case '}', set fvdef to fvnone X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=45ceffaf4b1f7f28a67a7b6f5d8cbb3327531d82;p=emacs.git etags.c: (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). --- diff --git a/lib-src/etags.c b/lib-src/etags.c index 0412137496f..0edc281e587 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -4006,9 +4006,9 @@ C_entries (c_ext, inf) bracelev = 0; token.valid = FALSE; /* something gone amiss, token unreliable */ } - if (bracelev == 0 && fvdef == vignore) - fvdef = fvnone; /* end of function */ } + if (bracelev == 0 && fvdef == vignore) + fvdef = fvnone; /* end of function */ popclass_above (bracelev); structdef = snone; /* Only if typdef == tinbody is typdefbracelev significant. */